feat(javanet): support Conscrypt security provider and PQC hybrid negotiation#2167
Draft
lqiu96 wants to merge 1 commit into
Draft
feat(javanet): support Conscrypt security provider and PQC hybrid negotiation#2167lqiu96 wants to merge 1 commit into
lqiu96 wants to merge 1 commit into
Conversation
066bffb to
3497a47
Compare
3497a47 to
f4a7445
Compare
ac577db to
1e3ca17
Compare
f738eaf to
33defc8
Compare
8d9dcf3 to
7da5101
Compare
…otiation TAG=agy CONV=385b9ab5-874c-4c9a-b331-66dab51fef61
7da5101 to
e165b84
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds fallback logic in NetHttpTransport to default to Conscrypt for SSLContext and fall back to the standard JDK TLS if Conscrypt is not available. Enables setting a custom security provider on the builder which takes precedence. Enforces PQC hybrid named groups (X25519MLKEM768, X25519) on Conscrypt sockets via a wrapped SSLSocketFactory.